require "../setup.php";
if (!$_GET[id]){
header("location: http://www.ozwide4wd.com");
exit();
}
$car=@mysql_fetch_array(@mysql_query("select * from 4wds where id='$_GET[id]' limit 1"));
$_pagetitle = "$car[title] $".number_format($car[price]/100)." | OzWide4WD Bundaberg";
$_pagedesc = $car[description];
list($photo1)=@mysql_fetch_row(@mysql_query("select photo from 4wdgallery where 4wd='$_GET[id]' limit 1"));
if (!$photo1){$photo1="no-photo.gif";}else{$_pageimage="http://www.ozwide4wd.com/4wdimages/$photo1";}
$car_title = split (" ",$car[title]);
$car_title_words = count($car_title);
for ($i=0;$i<$car_title_words;$i++){
if ($i==($car_title_words - 1)){
$car_title_show .= $space."$car_title[$i]";
}else{
$car_title_show .= $space.$car_title[$i];
}
$space = " ";
}
if ($car[status]=="sold"){
$car_title_show .= $space."
";
$contact_add = "Please note this vehicle has been sold";
}
else if ($car[price]>0){
$price = $car[price]/100;
$car_title_show .= $space."$".number_format($price);
}
include "header.php";
?>
Last updated on June 24, 2026
Please contact me by email or call us on (07) 4155 9797 and quote vehicle listing #.